Native JSON support is always available
authorMattias Engdegård <mattiase@acm.org>
Sun, 31 Mar 2024 13:07:34 +0000 (15:07 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 1 Apr 2024 07:42:46 +0000 (09:42 +0200)
commitf178a6d8006f1e8afe06bb71d0a413622d73f131
treed8b0772c384b7cec70582e5aa539456b073523ee
parent155462a1bd7909074f79a534324c7b209eb97142
Native JSON support is always available

* lisp/progmodes/sh-script.el (sh--json-read): Remove.
(sh-shellcheck-flymake): Call json-parse-buffer directly.
* test/src/json-tests.el: Don't check for function availability.
lisp/progmodes/sh-script.el
test/src/json-tests.el